From: Chong Yidong Date: Sun, 28 Aug 2011 18:46:38 +0000 (-0400) Subject: * lisp/server.el (server-port): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2446 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=11ce1f8e12fbb497e8456f6d807b7da35e16977f;p=emacs.git * lisp/server.el (server-port): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d757a24c605..fe58a8dcc13 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-08-28 Chong Yidong + + * server.el (server-port): Doc fix. + 2011-08-28 Alan Mackenzie * progmodes/cc-fonts.el diff --git a/lisp/server.el b/lisp/server.el index c91f10b6584..63d46a365c9 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -112,7 +112,10 @@ If set, the server accepts remote connections; otherwise it is local." (put 'server-host 'risky-local-variable t) (defcustom server-port nil - "The port number that the server process should listen on." + "The port number that the server process should listen on. +This variable only takes effect when the Emacs server is using +TCP instead of local sockets. A nil value means to use a random +port number." :group 'server :type '(choice (string :tag "Port number")